C# Class Windows.Storage.StorageFolder

Inheritance: IStorageFolder, IStorageItem, IStorageFolderQueryOperations, IStorageItemProperties
Mostrar archivo Open project: shiftkey/winrt-backport-hilarity Class Usage Examples

Public Methods

Method Description
AreQueryOptionsSupported ( [ queryOptions ) : bool
CreateFileQueryWithOptions ( [ queryOptions ) : StorageFileQueryResult
CreateFolderQueryWithOptions ( [ queryOptions ) : StorageFolderQueryResult
CreateItemQuery ( ) : StorageItemQueryResult
CreateItemQueryWithOptions ( [ queryOptions ) : StorageItemQueryResult
GetBasicPropertiesAsync ( ) : IAsyncOperation
GetFileAsync ( [ name ) : IAsyncOperation
GetFolderAsync ( [ name ) : IAsyncOperation
GetFolderFromPathAsync ( [ path ) : IAsyncOperation
GetIndexedStateAsync ( ) : IAsyncOperation
GetItemAsync ( [ name ) : IAsyncOperation
IsCommonFileQuerySupported ( [ query ) : bool
IsCommonFolderQuerySupported ( [ query ) : bool
IsOfType ( [ type ) : bool

Private Methods

Method Description
CreateFileAsync ( [ desiredName ) : IAsyncOperation
CreateFileAsync ( [ desiredName, [ options ) : IAsyncOperation
CreateFileQuery ( ) : StorageFileQueryResult
CreateFileQuery ( [ query ) : StorageFileQueryResult
CreateFolderAsync ( [ desiredName ) : IAsyncOperation
CreateFolderAsync ( [ desiredName, [ options ) : IAsyncOperation
CreateFolderQuery ( ) : StorageFolderQueryResult
CreateFolderQuery ( [ query ) : StorageFolderQueryResult
DeleteAsync ( ) : IAsyncAction
DeleteAsync ( [ option ) : IAsyncAction
GetFilesAsync ( ) : IAsyncOperation>
GetFilesAsync ( [ query ) : IAsyncOperation>
GetFilesAsync ( [ query, [ startIndex, [ maxItemsToRetrieve ) : IAsyncOperation>
GetFoldersAsync ( ) : IAsyncOperation>
GetFoldersAsync ( [ query ) : IAsyncOperation>
GetFoldersAsync ( [ query, [ startIndex, [ maxItemsToRetrieve ) : IAsyncOperation>
GetItemsAsync ( ) : IAsyncOperation>
GetItemsAsync ( [ startIndex, [ maxItemsToRetrieve ) : IAsyncOperation>
GetThumbnailAsync ( [ mode ) : IAsyncOperation
GetThumbnailAsync ( [ mode, [ requestedSize ) : IAsyncOperation
GetThumbnailAsync ( [ mode, [ requestedSize, [ options ) : IAsyncOperation
RenameAsync ( [ desiredName ) : IAsyncAction
RenameAsync ( [ desiredName, [ option ) : IAsyncAction

Method Details

AreQueryOptionsSupported() public method

public AreQueryOptionsSupported ( [ queryOptions ) : bool
queryOptions [
return bool

CreateFileQueryWithOptions() public method

public CreateFileQueryWithOptions ( [ queryOptions ) : StorageFileQueryResult
queryOptions [
return Windows.Storage.Search.StorageFileQueryResult

CreateFolderQueryWithOptions() public method

public CreateFolderQueryWithOptions ( [ queryOptions ) : StorageFolderQueryResult
queryOptions [
return Windows.Storage.Search.StorageFolderQueryResult

CreateItemQuery() public method

public CreateItemQuery ( ) : StorageItemQueryResult
return Windows.Storage.Search.StorageItemQueryResult

CreateItemQueryWithOptions() public method

public CreateItemQueryWithOptions ( [ queryOptions ) : StorageItemQueryResult
queryOptions [
return Windows.Storage.Search.StorageItemQueryResult

GetBasicPropertiesAsync() public method

public GetBasicPropertiesAsync ( ) : IAsyncOperation
return IAsyncOperation

GetFileAsync() public method

public GetFileAsync ( [ name ) : IAsyncOperation
name [
return IAsyncOperation

GetFolderAsync() public method

public GetFolderAsync ( [ name ) : IAsyncOperation
name [
return IAsyncOperation

GetFolderFromPathAsync() public static method

public static GetFolderFromPathAsync ( [ path ) : IAsyncOperation
path [
return IAsyncOperation

GetIndexedStateAsync() public method

public GetIndexedStateAsync ( ) : IAsyncOperation
return IAsyncOperation

GetItemAsync() public method

public GetItemAsync ( [ name ) : IAsyncOperation
name [
return IAsyncOperation

IsCommonFileQuerySupported() public method

public IsCommonFileQuerySupported ( [ query ) : bool
query [
return bool

IsCommonFolderQuerySupported() public method

public IsCommonFolderQuerySupported ( [ query ) : bool
query [
return bool

IsOfType() public method

public IsOfType ( [ type ) : bool
type [
return bool