Retrieves a ShopPolicy from Database
[Visual Basic] Public Function GetPolicy( _ ByVal String As String _ ) As ShopPolicy [C#] public ShopPolicy GetPolicy( string String ); [C++] public: ShopPolicy* GetPolicy( String* String ); [JScript] public function GetPolicy( String String ): ShopPolicy;
ShopPolicy with given Name, nothing if Policy was not found
Exception Type | Condition |
---|---|
InvalidCredentialException | Indicates that |
ShopManagement Class | ppm3dakClient.Shop Namespace | ShopManagement.GetPolicy Overload List